projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e3e72c
)
(cperl-break-one-line-blocks-when-indent): Fix typo.
author
Juanma Barranquero
<lekktu@gmail.com>
Tue, 2 Jul 2002 14:50:00 +0000
(14:50 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Tue, 2 Jul 2002 14:50:00 +0000
(14:50 +0000)
lisp/progmodes/cperl-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cperl-mode.el
b/lisp/progmodes/cperl-mode.el
index f8cf794cd5e2d6d0ef8769db7c111145cf8a1200..7fa9df835b84a7419bed37278d512e9684c61ea7 100644
(file)
--- a/
lisp/progmodes/cperl-mode.el
+++ b/
lisp/progmodes/cperl-mode.el
@@
-486,7
+486,7
@@
than 1 and nil will probably not work."
(defcustom cperl-break-one-line-blocks-when-indent t
"*Non-nil means that one-line if/unless/while/until/for/foreach BLOCKs
-need to be reformated into multiline ones when indenting a region."
+need to be reformat
t
ed into multiline ones when indenting a region."
:type 'boolean
:group 'cperl-indentation-details)